home *** CD-ROM | disk | FTP | other *** search
/ World of Video / World of Video.iso / programs / sound / delitracker_v2.01 / arexx / dt_clearlist.rexx < prev    next >
OS/2 REXX Batch file  |  1995-02-13  |  155b  |  13 lines

  1. /* DeliTracker - remove current module from modulelist */
  2.  
  3. parse arg listnum
  4.  
  5. address 'DELITRACKER'
  6. options results
  7.  
  8. status M num
  9. xx=result
  10.  
  11. clearlist xx
  12.  
  13.